home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm1 / exclutls.lha / Include / Excel / Common_Data.i < prev    next >
Text File  |  1996-01-28  |  2KB  |  52 lines

  1.  STRUCTURE Common_Data,0
  2.     APTR    excd_Int_Data ; *ID        ; System Private
  3.     LONG    excd_Version            ; Version # of this structure
  4.  
  5.     BYTE    excd_CHL            ; last character return
  6.     BYTE    excd_KludgeFill00        ; 0=unknown, 1=con, 2=ser
  7.  
  8.     APTR    excd_Ex                ; Points to language file
  9.     APTR    excd_Input_Buffer        ; Points to the Input Buffer
  10.  
  11.     BOOL    excd_ANSI            ; Is the user in ANSI mode?
  12.     LONG    excd_Baud            ; Baud rate the user is at
  13.     LONG    excd_Login_Time            ; Time user logged in
  14.  
  15.     APTR    excd_UserInfo ; *U_Data        ; User Data
  16.     APTR    excd_SUserInfo ; *SU_Data    ; Scratch UserData structure
  17.  
  18.     LONG    excd_User_ID            ; The users ID on this node
  19.  
  20.     BOOL    excd_IPLResponse        ; used after an IPL '\?'
  21.  
  22.     APTR    excd_FileInfoBlock ; *fib    ; File Info Block
  23.  
  24.     LONG    excd_Info_Bits            ; REFER TO NODE_ defines*/
  25.     LONG    excd_MoreInfo_Bits        ; REFER TO MNODE_ defines
  26.  
  27.     APTR    excd_List ; *Editor        ; Points to the editor
  28.     LONG    excd_VisEdReturn        ; 0=abort, 1=save, 2=editor
  29.     LONG    excd_MaxEditorLines        ; The max lines available to enter 
  30.  
  31.     APTR    excd_System_Data ; *Sys        ; System Data Structure
  32.  
  33.     APTR    excd_ParseVal            ; The parse val after a command
  34.  
  35.     LONG    excd_MouseX            ; Coordinates from our rastport
  36.     LONG    excd_MouseY
  37.  
  38.     APTR    exdc_List ; *QUOTEs        ; Quoted lines, if any
  39.  
  40.     BOOL    excd_PrintMessage        ; if NO abort message (space)
  41.     LONG    excd_MaxLinesEntered        ; The total # of lines entered
  42.  
  43.     LONG    excd_Ext_Flags            ; Refer to EXT_ defines
  44.  
  45.     LONG    excd_Cur_Msg            ; private for Vised's
  46.     LONG    excd_Lo_Msg
  47.     LONG    excd_Hi_Msg
  48.     LONG    excd_TotalResponses
  49.  
  50.     APTR    excd_MiscString            ; Pointer to buffer
  51.     LABEL excd_SIZE
  52.